DBA Data[Home] [Help]

APPS.GMO_DOCUMENT_NUMBERS_PVT dependencies on GMO_DOCUMENT_NUMBERS_GRP

Line 455: IF L_DOC_TYPE = GMO_DOCUMENT_NUMBERS_GRP.G_DOC_TYPE_MANUAL THEN

451:
452: END IF;
453:
454:
455: IF L_DOC_TYPE = GMO_DOCUMENT_NUMBERS_GRP.G_DOC_TYPE_MANUAL THEN
456:
457: --The document type is set to Manual.
458:
459: --Obtain the organization and transaction names.

Line 527: IF L_ZERO_PAD_OPTION = GMO_DOCUMENT_NUMBERS_GRP.G_ZERO_PAD_YES THEN

523:
524: ELSE
525:
526: --If the zero pad is used then set the zero padding appropriately.
527: IF L_ZERO_PAD_OPTION = GMO_DOCUMENT_NUMBERS_GRP.G_ZERO_PAD_YES THEN
528:
529: L_NO_OF_ZEROS := L_LENGTH - L_NO_OF_DIGITS;
530:
531: FOR i IN 1..L_NO_OF_ZEROS LOOP