DBA Data[Home] [Help]

APPS.OKS_AUTO_REMINDER dependencies on STANDARD

Line 520: OPEN l_security_grp_csr ('STANDARD');

516: INTO l_responsibility_id;
517:
518: CLOSE l_resp_csr;
519:
520: OPEN l_security_grp_csr ('STANDARD');
521:
522: FETCH l_security_grp_csr
523: INTO l_security_grp_id;
524:

Line 3038: OPEN l_security_grp_csr ('STANDARD');

3034: INTO l_responsibility_id;
3035:
3036: CLOSE l_resp_csr;
3037:
3038: OPEN l_security_grp_csr ('STANDARD');
3039:
3040: FETCH l_security_grp_csr
3041: INTO l_security_grp_id;
3042:

Line 3381: OPEN l_security_grp_csr ('STANDARD');

3377: INTO l_responsibility_id;
3378:
3379: CLOSE l_resp_csr;
3380:
3381: OPEN l_security_grp_csr ('STANDARD');
3382:
3383: FETCH l_security_grp_csr
3384: INTO l_security_grp_id;
3385:

Line 3608: -- Standard call to get message count and if count is 1, get message info.

3604: fnd_file.put_line
3605: (fnd_file.LOG,
3606: '---------------------------------------------------------- ');
3607: fnd_file.put_line (fnd_file.LOG, ' ');
3608: -- Standard call to get message count and if count is 1, get message info.
3609: fnd_msg_pub.count_and_get (p_encoded => 'F',
3610: p_count => x_msg_count,
3611: p_data => x_msg_data
3612: );