DBA Data[Home] [Help]

APPS.AMS_LIST_ENTRIES_PVT dependencies on AMS_LIST_HEADERS_ALL

Line 1889: FROM ams_list_headers_all

1885:
1886: /* batoleti. Bug# 6688996. Added the below cursor */
1887: CURSOR cur_get_created_by (x_list_header_id IN NUMBER) IS
1888: SELECT created_by
1889: FROM ams_list_headers_all
1890: WHERE list_header_id= x_list_header_id;
1891:
1892: BEGIN
1893: -- Standard Start of API savepoint

Line 2480: FROM ams_list_headers_all

2476:
2477: /* batoleti. Bug# 6688996. Added the below cursor */
2478: CURSOR cur_get_created_by (x_list_header_id IN NUMBER) IS
2479: SELECT created_by
2480: FROM ams_list_headers_all
2481: WHERE list_header_id= x_list_header_id;
2482:
2483: BEGIN
2484: -- Standard Start of API savepoint